Click or drag to resize
ConnectionDetachHybridPart Method
Detaches a hybrid part and turns it into a new individual document. The return value is the document ID of the newly created document that was the hybrid part. The document will be in the Under Change state.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntax
public string DetachHybridPart(
	string vaultidentifier,
	string docid,
	string partname
)

Parameters

vaultidentifier
Type: SystemString
The vault
docid
Type: SystemString
The unique identifier of the document inside the vault.
partname
Type: SystemString
The name of the hybrid part to detach.

Return Value

Type: String
The ID of the newly created document
Remarks